home *** CD-ROM | disk | FTP | other *** search
- Path: gde.GDEsystems.COM!usenet
- From: Chet <kackman>
- Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
- Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
- Date: 10 Apr 1996 18:30:14 GMT
- Organization: GDE Systems Inc.
- Message-ID: <4kgunm$o4o@gde.GDEsystems.COM>
- References: <JSA.96Feb16135027@organon.com> <4kb2j8$an0@solutions.solon.com> <4kbrt5$k3h@mulga.cs.mu.OZ.AU> <dewar.829012486@schonberg> <4kcpgkINNcku@keats.ugrad.cs.ubc.ca> <TYNOR.96Apr9105114@twratl.atlanta.twr.com>
- NNTP-Posting-Host: 134.120.241.44
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4m)
- X-URL: news:TYNOR.96Apr9105114@twratl.atlanta.twr.com
-
- If i = j depends on your unit of address. If i is assumed a longword then
-
- &i + 4 = &j is true
- not
- &i + 1 = &j
-
- Chet
-
-